home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
x2ftp
/
msdos
/
fg
/
fgl402c
/
exc.arj
/
TEMP
/
14-06.C
< prev
next >
Wrap
Text File
|
1995-01-20
|
290b
|
19 lines
#include <fastgraf.h>
#include <stdio.h>
void main(void);
void main()
{
int status;
fg_initpm();
fg_setmode(-1);
status = fg_mouseini();
if (status < 0)
printf("Mouse not available.\n");
else
printf("%d button mouse found.\n",status);
}